home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000061_news@newsmaster….columbia.edu _Tue Jan 6 10:51:47 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA20671
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 6 Jan 1998 10:51:46 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA03597
  7.     for kermit.misc@watsun; Tue, 6 Jan 1998 10:51:45 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!newsfeed.ecrc.net!newsfeed.direct.ca!news-peer-west.sprintlink.net!news.sprintlink.net!Sprint!news.sgi.com!wrdiss1.robins.af.mil!wpdiss1.wpafb.af.mil!oodiss1.hill.af.mil!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MSDOS Kermit 3.15 bug
  12. Message-ID: <AqwPeBw7QjfI@cc.usu.edu>
  13. Date: 5 Jan 98 21:35:04 MDT
  14. References: <68hst7$r0e$1@goanna.cs.rmit.edu.au> <68rfaa$dro$1@apakabar.cc.columbia.edu>
  15. Organization: Utah State University
  16. Lines: 28
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8230
  18.  
  19. In article <68rfaa$dro$1@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  20. > In article <68p2nn$kpb$1@goanna.cs.rmit.edu.au>,
  21. > Ross Irvine <rwi@yallara.cs.rmit.edu.au> wrote:
  22. > : Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  23. > : : The problem with SWITCH destroying macro arguments will be fixed too.  In
  24. > : : the meantime, work around it by copying the macro argument to another
  25. > : : variable upon entry to the macro.
  26. > : 
  27. > : This doesn't seem to work. 
  28. > : 
  29. > : After the switch statement both the passed varible \%1 and the one I copied 
  30. > : it to (\%g in my case) are both empty.
  31. > : 
  32. > : Seeing how this is the case, when you do :
  33. > : define \%g %\1
  34. > : 
  35. > Sorry, I should have been more explicit:
  36. >   define \%g %\1
  37. > (use ASSIGN, which copies the value, not DEFINE, which copies the text).
  38. > - Frank
  39. ---------
  40.     Yes, yes, the bug is known and fixed in MSK 3.16 development. Please
  41. be patient a little longer.
  42.     Thanks,
  43.     Joe D.